A simple Python package.
Project description
jaane
This is a Python package named jaane.
Features
- Simple class
jaanewith ahi()method.
Installation
pip install .
Usage
from jaane.jaane import jaane
print(jaane.hi())
Development
Install dependencies for development:
pip install -e .[dev]
License
See LICENCE for details.
Project Structure
src/jaane/— Package source codetest/— Testspyproject.toml— Build configurationLICENCE— License file
How to set up pyproject.toml
Here is a minimal example for a Python package using PEP 621:
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "jaane"
version = "0.1.0"
description = "A simple Python package."
authors = [
{ name = "Your Name", email = "your@email.com" }
]
readme = "README.md"
license = { file = "LICENCE" }
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
dependencies = []
[project.optional-dependencies]
dev = ["pytest"]
[tool.setuptools.packages.find]
where = ["src"]
Replace the author and email with your details. Adjust dependencies as needed.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jaane-0.1.1.tar.gz
(2.7 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
jaane-0.1.1-py3-none-any.whl
(3.7 kB
view details)
File details
Details for the file jaane-0.1.1.tar.gz.
File metadata
- Download URL: jaane-0.1.1.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
384cfb00af7635a893246f8a9881ac4b4e4dfe8c9da612623938024622acfdc9
|
|
| MD5 |
aea216ef4382ed015de4239ccc0e0d1a
|
|
| BLAKE2b-256 |
92f58177f7b2b97eafbdafa72b289985375b2ffd1be739bf4c9eae88be9b5e84
|
File details
Details for the file jaane-0.1.1-py3-none-any.whl.
File metadata
- Download URL: jaane-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
70ff7bed31d043fdf770fc7c5572441324b73640e4828b749ebf630fdf50eb83
|
|
| MD5 |
ea7579227aad1a8f7e839ea334bdea84
|
|
| BLAKE2b-256 |
6f5d5719aefab9b652b8b925f30cfb067bd08f998f7238346f3a572f4d110712
|