neelthee-mansion 3.19.2__tar.gz → 3.19.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.
Files changed (22) hide show
  1. neelthee_mansion-3.19.3/LICENSE.md +21 -0
  2. {neelthee_mansion-3.19.2 → neelthee_mansion-3.19.3}/PKG-INFO +2 -9
  3. neelthee_mansion-3.19.3/README.md +10 -0
  4. {neelthee_mansion-3.19.2 → neelthee_mansion-3.19.3}/neelthee_mansion.egg-info/PKG-INFO +2 -9
  5. {neelthee_mansion-3.19.2 → neelthee_mansion-3.19.3}/neelthee_mansion.egg-info/SOURCES.txt +1 -0
  6. {neelthee_mansion-3.19.2 → neelthee_mansion-3.19.3}/setup.py +1 -1
  7. neelthee_mansion-3.19.2/README.md +0 -18
  8. {neelthee_mansion-3.19.2 → neelthee_mansion-3.19.3}/neelthee_mansion/Books.py +0 -0
  9. {neelthee_mansion-3.19.2 → neelthee_mansion-3.19.3}/neelthee_mansion/Mansion_of_Amnesia.py +0 -0
  10. {neelthee_mansion-3.19.2 → neelthee_mansion-3.19.3}/neelthee_mansion/Quests.py +0 -0
  11. {neelthee_mansion-3.19.2 → neelthee_mansion-3.19.3}/neelthee_mansion/Rooms.py +0 -0
  12. {neelthee_mansion-3.19.2 → neelthee_mansion-3.19.3}/neelthee_mansion/__init__.py +0 -0
  13. {neelthee_mansion-3.19.2 → neelthee_mansion-3.19.3}/neelthee_mansion/__main__.py +0 -0
  14. {neelthee_mansion-3.19.2 → neelthee_mansion-3.19.3}/neelthee_mansion/all_game_utils.py +0 -0
  15. {neelthee_mansion-3.19.2 → neelthee_mansion-3.19.3}/neelthee_mansion/creatures.py +0 -0
  16. {neelthee_mansion-3.19.2 → neelthee_mansion-3.19.3}/neelthee_mansion/items.py +0 -0
  17. {neelthee_mansion-3.19.2 → neelthee_mansion-3.19.3}/neelthee_mansion/utils.py +0 -0
  18. {neelthee_mansion-3.19.2 → neelthee_mansion-3.19.3}/neelthee_mansion.egg-info/dependency_links.txt +0 -0
  19. {neelthee_mansion-3.19.2 → neelthee_mansion-3.19.3}/neelthee_mansion.egg-info/entry_points.txt +0 -0
  20. {neelthee_mansion-3.19.2 → neelthee_mansion-3.19.3}/neelthee_mansion.egg-info/requires.txt +0 -0
  21. {neelthee_mansion-3.19.2 → neelthee_mansion-3.19.3}/neelthee_mansion.egg-info/top_level.txt +0 -0
  22. {neelthee_mansion-3.19.2 → neelthee_mansion-3.19.3}/setup.cfg +0 -0
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2024 Alexander.E.Finlayson
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: neelthee_mansion
3
- Version: 3.19.2
3
+ Version: 3.19.3
4
4
  Summary: A text-based adventure game set in Neel-thee’s mansion.
5
5
  Home-page: https://github.com/Flameblade375/neelthee_mansion
6
6
  Author: Alexander.E.F
@@ -17,6 +17,7 @@ Classifier: License :: OSI Approved :: MIT License
17
17
  Classifier: Operating System :: OS Independent
18
18
  Requires-Python: >=3.6
19
19
  Description-Content-Type: text/markdown
20
+ License-File: LICENSE.md
20
21
 
21
22
  # Neel-thee's Mansion of Amnesia
22
23
 
@@ -28,11 +29,3 @@ Description-Content-Type: text/markdown
28
29
  - Encounter and interact with different creatures.
29
30
  - Collect and use items throughout the game.
30
31
  - Navigate through quests that drive the narrative forward.
31
-
32
- ## Installation
33
-
34
- You can install **Neel-thee's Mansion of Amnesia** using `pip` from the Python Package Index (PyPI). Run the following commands to install and play **Neel-thee's Mansion of Amnesia**. You need wheel installed before you can install **Neel-thee's Mansion of Amnesia**. (warning! make sure you are using command line and even then sometimes it doesn't work. Please use Visual Studio Code or have turned off colour coding or it will brake):
35
-
36
- ```bash
37
- pip install wheel
38
- pip install --no-cache-dir neelthee_mansion
@@ -0,0 +1,10 @@
1
+ # Neel-thee's Mansion of Amnesia
2
+
3
+ **Neel-thee's Mansion of Amnesia** is a text-based adventure game where players explore a mysterious mansion, interact with objects and creatures, and strive to escape while uncovering their lost identity.
4
+
5
+ ## Features
6
+
7
+ - Explore a richly detailed mansion with various rooms and interactable objects.
8
+ - Encounter and interact with different creatures.
9
+ - Collect and use items throughout the game.
10
+ - Navigate through quests that drive the narrative forward.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: neelthee-mansion
3
- Version: 3.19.2
3
+ Version: 3.19.3
4
4
  Summary: A text-based adventure game set in Neel-thee’s mansion.
5
5
  Home-page: https://github.com/Flameblade375/neelthee_mansion
6
6
  Author: Alexander.E.F
@@ -17,6 +17,7 @@ Classifier: License :: OSI Approved :: MIT License
17
17
  Classifier: Operating System :: OS Independent
18
18
  Requires-Python: >=3.6
19
19
  Description-Content-Type: text/markdown
20
+ License-File: LICENSE.md
20
21
 
21
22
  # Neel-thee's Mansion of Amnesia
22
23
 
@@ -28,11 +29,3 @@ Description-Content-Type: text/markdown
28
29
  - Encounter and interact with different creatures.
29
30
  - Collect and use items throughout the game.
30
31
  - Navigate through quests that drive the narrative forward.
31
-
32
- ## Installation
33
-
34
- You can install **Neel-thee's Mansion of Amnesia** using `pip` from the Python Package Index (PyPI). Run the following commands to install and play **Neel-thee's Mansion of Amnesia**. You need wheel installed before you can install **Neel-thee's Mansion of Amnesia**. (warning! make sure you are using command line and even then sometimes it doesn't work. Please use Visual Studio Code or have turned off colour coding or it will brake):
35
-
36
- ```bash
37
- pip install wheel
38
- pip install --no-cache-dir neelthee_mansion
@@ -1,3 +1,4 @@
1
+ LICENSE.md
1
2
  README.md
2
3
  setup.py
3
4
  neelthee_mansion/Books.py
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name='neelthee_mansion',
5
- version='3.19.2',
5
+ version='3.19.3',
6
6
  packages=find_packages(), # Automatically finds all packages and modules
7
7
  install_requires=[
8
8
  'wheel', 'psutil', 'playsound', 'requests', 'keyboard', 'pandas', 'validators', 'dicttoxml', 'pytz',
@@ -1,18 +0,0 @@
1
- # Neel-thee's Mansion of Amnesia
2
-
3
- **Neel-thee's Mansion of Amnesia** is a text-based adventure game where players explore a mysterious mansion, interact with objects and creatures, and strive to escape while uncovering their lost identity.
4
-
5
- ## Features
6
-
7
- - Explore a richly detailed mansion with various rooms and interactable objects.
8
- - Encounter and interact with different creatures.
9
- - Collect and use items throughout the game.
10
- - Navigate through quests that drive the narrative forward.
11
-
12
- ## Installation
13
-
14
- You can install **Neel-thee's Mansion of Amnesia** using `pip` from the Python Package Index (PyPI). Run the following commands to install and play **Neel-thee's Mansion of Amnesia**. You need wheel installed before you can install **Neel-thee's Mansion of Amnesia**. (warning! make sure you are using command line and even then sometimes it doesn't work. Please use Visual Studio Code or have turned off colour coding or it will brake):
15
-
16
- ```bash
17
- pip install wheel
18
- pip install --no-cache-dir neelthee_mansion