A simple Python package with get_names, get_cities, and get_countries functions
Project description
py-archons
A simple Python package that provides get_names and get_cities functions.
Installation
pip install py-archons
Usage
from py_archons import get_names, get_cities
names = get_names()
print(names) # Output: ["guapo", "bandida"]
cities = get_cities()
print(cities) # Output: ["new york", "london"]
Development
To install in development mode:
pip install -e .
Building for PyPI
pip install build twine
python -m build
python -m twine upload dist/*
License
MIT License
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
py_archons-0.3.0.tar.gz
(2.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file py_archons-0.3.0.tar.gz.
File metadata
- Download URL: py_archons-0.3.0.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9c0ee71956737c5a2c36f1b41d565878338db20af9fcf728c82000cda0e254a8
|
|
| MD5 |
fdced4c86246db6b874e37c65336b253
|
|
| BLAKE2b-256 |
30999673dd2b94e903484d4c570e8458e6d3e14a5a607bcab759dd98d651ed76
|
File details
Details for the file py_archons-0.3.0-py3-none-any.whl.
File metadata
- Download URL: py_archons-0.3.0-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
155421fa3e4b6b99285e5c0f9ec1119b7d485ae96921ae11ed9e6fb99c615f4d
|
|
| MD5 |
4d6d47d757776eb00bcecf9fb83cb6e5
|
|
| BLAKE2b-256 |
6c3776867013d56726a6c02bd0df6896828541b24016b19fd82f32c37dd0c9e5
|