Atomic 1 0 42

broken image


The atomic weight is 40.50 g/mol. Pick the true statement. The isotope at 42.0 amu is more abundant. 41 Ca is an extinct radioisotope (with a half-life of 0.1 Ma), which can be used to date the early history of the solar system through its decay to 41 K. SOURCE Atomic weights of the elements: Review 2000 by John R de Laeter et al. 2003 (75) 683-800.

Latest version

Released:

Core code for Flask based projects

Project description

Introduction

REST API development should be quick and painless, especially when prototypingor working with large amounts of models where boilerplate CRUD operations arerequired. With well-defined code, Flask Atomic has the opportunity to renderredundant ~500 lines of per code, per every 5 models in a project.

This project was heavily influenced by repetitive efforts to get quick and dirtyAPIs up and running, with the bad practice of re-using a lot of code, over and overagain. Instead of relying on throwaway efforts, Flask Atomic provides a verysimply means to abstract away hundreds of lines of code and enable RESTful API bestpractices that are often esoteric and difficult to engineer for small projects.

Not only does it enable significant off-shelf functionality, it is thoroughlytested and battle-hardened for development needs.

This project intended to be a building block to enrich the Flask ecosystem,without compromising any Flask functionality. Leaving you to integrate withoutissues, breathing life into your projects in less than 5 lines of code. Featurerich but non-assuming.

The Flask Atomic package can be used for:

  • Blueprint integration for creating main HTTP method endpoints.
  • Extensible data access objects for common database interactions.
  • Automatic query string processing engine for requests.
  • Fully dynamic model schema definitions without any hardcoding.
  • SQLAlchemy model serializer for transforming Models to JSON ready format.
  • Custom JSON response partials to reduce repetitive Flask.jsonify responses.
  • Variety of db model mixins, including DYNA flag columns and primary key column.

Atomic # = 1

Installation

pip install Flask-Atomic

Minimal Usage

TODO

Release historyRelease notifications | RSS feed

0.1.9

0.1.8

0.1.7

0.1.6

0.1.5

0.1.1

0.1.0

0.0.51

0.0.50

0.0.49

0.0.48

0.0.47

0.0.46

0.0.45

0.0.43

0.0.42

0.0.41

0.0.40

0.0.36

0.0.35

0.0.34

0.0.33

0.0.32

0.0.31

0.0.30

0.0.29

0.0.28

0.0.27

0.0.26

0.0.25

0.0.24

0.0.22

0.0.21

0.0.20

0.0.19

0.0.18

0.0.17

0.0.16

0.0.15

0.0.14

0.0.13

0.0.12

0.0.11

0.0.10

0.0.9

0.0.8

0.0.7

0.0.6

0.0.5

0.0.4

0.0.3

0.0.2

0.0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Atomic

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Files for Flask-Atomic, version 0.1.9
Filename, sizeFile typePython versionUpload dateHashes
Filename, size Flask-Atomic-0.1.9.tar.gz (21.5 kB) File type Source Python version None Upload dateHashes
Close

Atomic 1/28

Hashes for Flask-Atomic-0.1.9.tar.gz

Hashes for Flask-Atomic-0.1.9.tar.gz
AlgorithmHash digest
SHA2560e5de35eafc2a9fd8c35589718b150a4a05a8c3c005f569e17346091eb196ef7
MD55584bffc6861c6734f8c0853aaa20ed4
BLAKE2-2560f1854d5d2d3419b0908e5a3aff06638fbc394db2b111d6505a88edcef472abc




broken image