ghost-labs 0.0.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,20 @@
1
+ Copyright (c) 2026 Khiat Mohammed Abderrezzak
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -0,0 +1,44 @@
1
+ Metadata-Version: 2.4
2
+ Name: ghost-labs
3
+ Version: 0.0.3
4
+ Summary: loading...
5
+ Home-page: https://pypi.org/project/ghost-labs/
6
+ Author: Khiat Mohammed Abderrezzak
7
+ Author-email: khiat.dev@gmail.com
8
+ License: MIT
9
+ Classifier: Programming Language :: Python :: 3
10
+ Classifier: Operating System :: OS Independent
11
+ Classifier: License :: OSI Approved :: MIT License
12
+ Requires-Python: >=3.6
13
+ Description-Content-Type: text/markdown
14
+ License-File: LICENSE
15
+ Dynamic: author
16
+ Dynamic: author-email
17
+ Dynamic: classifier
18
+ Dynamic: description
19
+ Dynamic: description-content-type
20
+ Dynamic: home-page
21
+ Dynamic: license
22
+ Dynamic: license-file
23
+ Dynamic: requires-python
24
+ Dynamic: summary
25
+
26
+ # ghost-labs
27
+
28
+ [![PyPI version](https://badge.fury.io/py/ghost-labs.svg)](https://badge.fury.io/py/ghost-labs)
29
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
30
+ [![PyPI Downloads](https://static.pepy.tech/personalized-badge/ghost-labs?period=total&units=INTERNATIONAL_SYSTEM&left_color=GRAY&right_color=BRIGHTGREEN&left_text=downloads)](https://pepy.tech/projects/ghost-labs)
31
+
32
+ loading...
33
+
34
+ ## Installation
35
+
36
+ You can install `ghost-labs` via pip:
37
+
38
+ ```bash
39
+ pip install ghost-labs
40
+ ```
41
+
42
+ ## License
43
+
44
+ This project is licensed under the MIT LICENSE - see the [LICENSE](https://opensource.org/licenses/MIT) for more details.
@@ -0,0 +1,19 @@
1
+ # ghost-labs
2
+
3
+ [![PyPI version](https://badge.fury.io/py/ghost-labs.svg)](https://badge.fury.io/py/ghost-labs)
4
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5
+ [![PyPI Downloads](https://static.pepy.tech/personalized-badge/ghost-labs?period=total&units=INTERNATIONAL_SYSTEM&left_color=GRAY&right_color=BRIGHTGREEN&left_text=downloads)](https://pepy.tech/projects/ghost-labs)
6
+
7
+ loading...
8
+
9
+ ## Installation
10
+
11
+ You can install `ghost-labs` via pip:
12
+
13
+ ```bash
14
+ pip install ghost-labs
15
+ ```
16
+
17
+ ## License
18
+
19
+ This project is licensed under the MIT LICENSE - see the [LICENSE](https://opensource.org/licenses/MIT) for more details.
@@ -0,0 +1,34 @@
1
+ # Copyright (c) 2026 Khiat Mohammed Abderrezzak
2
+ #
3
+ # Permission is hereby granted, free of charge, to any person obtaining a copy
4
+ # of this software and associated documentation files (the "Software"), to deal
5
+ # in the Software without restriction, including without limitation the rights
6
+ # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7
+ # copies of the Software, and to permit persons to whom the Software is
8
+ # furnished to do so, subject to the following conditions:
9
+ #
10
+ # The above copyright notice and this permission notice shall be included in all
11
+ # copies or substantial portions of the Software.
12
+ #
13
+ # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
+ # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
+ # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
+ # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
+ # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
+ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19
+ # SOFTWARE.
20
+ #
21
+ # Author: Khiat Mohammed Abderrezzak <khiat.dev@gmail.com>
22
+
23
+
24
+ """"""
25
+
26
+
27
+ def _main() -> None:
28
+
29
+ print("ghost labs")
30
+
31
+
32
+ if __name__ == "__main__":
33
+
34
+ _main()
@@ -0,0 +1,44 @@
1
+ Metadata-Version: 2.4
2
+ Name: ghost-labs
3
+ Version: 0.0.3
4
+ Summary: loading...
5
+ Home-page: https://pypi.org/project/ghost-labs/
6
+ Author: Khiat Mohammed Abderrezzak
7
+ Author-email: khiat.dev@gmail.com
8
+ License: MIT
9
+ Classifier: Programming Language :: Python :: 3
10
+ Classifier: Operating System :: OS Independent
11
+ Classifier: License :: OSI Approved :: MIT License
12
+ Requires-Python: >=3.6
13
+ Description-Content-Type: text/markdown
14
+ License-File: LICENSE
15
+ Dynamic: author
16
+ Dynamic: author-email
17
+ Dynamic: classifier
18
+ Dynamic: description
19
+ Dynamic: description-content-type
20
+ Dynamic: home-page
21
+ Dynamic: license
22
+ Dynamic: license-file
23
+ Dynamic: requires-python
24
+ Dynamic: summary
25
+
26
+ # ghost-labs
27
+
28
+ [![PyPI version](https://badge.fury.io/py/ghost-labs.svg)](https://badge.fury.io/py/ghost-labs)
29
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
30
+ [![PyPI Downloads](https://static.pepy.tech/personalized-badge/ghost-labs?period=total&units=INTERNATIONAL_SYSTEM&left_color=GRAY&right_color=BRIGHTGREEN&left_text=downloads)](https://pepy.tech/projects/ghost-labs)
31
+
32
+ loading...
33
+
34
+ ## Installation
35
+
36
+ You can install `ghost-labs` via pip:
37
+
38
+ ```bash
39
+ pip install ghost-labs
40
+ ```
41
+
42
+ ## License
43
+
44
+ This project is licensed under the MIT LICENSE - see the [LICENSE](https://opensource.org/licenses/MIT) for more details.
@@ -0,0 +1,8 @@
1
+ LICENSE
2
+ README.md
3
+ setup.py
4
+ ghost_labs/__init__.py
5
+ ghost_labs.egg-info/PKG-INFO
6
+ ghost_labs.egg-info/SOURCES.txt
7
+ ghost_labs.egg-info/dependency_links.txt
8
+ ghost_labs.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ ghost_labs
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,21 @@
1
+ from setuptools import setup, find_packages
2
+
3
+ setup(
4
+ name="ghost-labs",
5
+ version="0.0.3",
6
+ author="Khiat Mohammed Abderrezzak",
7
+ author_email="khiat.dev@gmail.com",
8
+ license="MIT",
9
+ description="loading...",
10
+ long_description=open("README.md").read(),
11
+ long_description_content_type="text/markdown",
12
+ url="https://pypi.org/project/ghost-labs/",
13
+ packages=find_packages(),
14
+ # keywords=[],
15
+ classifiers=[
16
+ "Programming Language :: Python :: 3",
17
+ "Operating System :: OS Independent",
18
+ "License :: OSI Approved :: MIT License",
19
+ ],
20
+ python_requires=">=3.6",
21
+ )