Skip to main content

A Python library for chemical compounds and elements.

Project description

AtomicsPy

AtomicsPy is a Python library that offers versatile tools for working with chemical data and compounds. As a Python port of the Atomic project, AtomicsPy aims to simplify chemical data manipulation and analysis for researchers, educators, and students.

Features

  • Load and manipulate chemical compounds from CSV and JSON files.
  • Generate molecular data and perform a variety of chemical calculations.
  • User-friendly interface for accessing chemical properties and structures.

Installation

To install atomicspy, use pip in your terminal or command prompt:

pip install atomicspy

Requirements

  • Python 3.6 or higher
  • Dependencies: Ensure you have all required packages specified in requirements.txt.

Usage

After installation, you can start using AtomicsPy in your Python scripts. For convenience, you can import it with an alias:

import atomicspy as atomic

Example

import atomicspy as atomic

# Load chemical data
data = atomic.load_data()

# Access a specific compound
compound_name = "H2O"
compound_info = data.get(compound_name)

if compound_info:
    print(f"{compound_name}: {compound_info}")
else:
    print(f"Compound {compound_name} not found.")

# Display help information
atomic.help()

Key Functions

  • hello_atomicspy(): Prints a welcome message.
  • load_data(): Loads chemical data from CSV and JSON files.
  • help(): Provides help information, listing available functions and repository links.

Documentation

For more details, refer to the AtomicPy Documentation.

Contributing

Contributions are encouraged! To contribute, please fork the repository and submit a pull request.

Reporting Issues

If you encounter any issues, report them on the Issues page.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Acknowledgments

This library is inspired by the original Atomic project by Mahdin H.C.

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

atomicspy-0.1.1.tar.gz (86.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

atomicspy-0.1.1-py3-none-any.whl (87.9 kB view details)

Uploaded Python 3

File details

Details for the file atomicspy-0.1.1.tar.gz.

File metadata

  • Download URL: atomicspy-0.1.1.tar.gz
  • Upload date:
  • Size: 86.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.9

File hashes

Hashes for atomicspy-0.1.1.tar.gz
Algorithm Hash digest
SHA256 1734b6d77557ef929273b46572aaff1bc4ffb7b9f9972021013892ff26b28bae
MD5 4ccaa426b164726aafe1e1fa08e6bbfb
BLAKE2b-256 41d40a70df9fa80643ae1cff8c826ffa76edcce8cbe878eb4a07b99d09e955a1

See more details on using hashes here.

File details

Details for the file atomicspy-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: atomicspy-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 87.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.9

File hashes

Hashes for atomicspy-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 9cec8b5fb0b10e6c179985544d2a9ec2286c45a3d2b42ee580043690da1e8ad0
MD5 5e892345766cf056da4abf6c3a42e216
BLAKE2b-256 d82f24a3219e4c6f678354f2c1a2671f47ad6717f8255ee1ddcc7605f22bae77

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page